home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000320_news@columbia.edu_Thu Dec 1 14:46:41 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25209
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 1 Dec 1994 09:46:45 -0500
  3. Received: by apakabar.cc.columbia.edu id AA09478
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 1 Dec 1994 09:46:43 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-Kermit weirdness
  9. Date: 1 Dec 1994 14:46:41 GMT
  10. Organization: Columbia University
  11. Lines: 31
  12. Message-Id: <3bknkh$984@apakabar.cc.columbia.edu>
  13. References: <D03rM7.37t@murdoch.acc.virginia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D03rM7.37t@murdoch.acc.virginia.edu>,
  18. Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
  19. >To make a long story short, he is trying to put things like
  20. >":-(" in the subject and it is causing problems.  Below is
  21. >a test I performed that gives me the same error.
  22. >...
  23. >arglist = echo 1=(\%1) 2=(\%2) 3=(\%3)
  24. >C-Kermit>xif success {arglist {(},show macro arglist}
  25. >?No keywords match - glist
  26. >
  27. >I realize that the "(" is potentially bad and that is exactly
  28. >what is causing the problem.  What can I do to alleviate
  29. >this weirdness?
  30. >
  31. Quote the parentheses by giving the ASCII character value:
  32.  
  33.   xif success {arglist {\40},show macro arglist}
  34.  
  35. - Frank
  36.  
  37. x
  38. x
  39. x
  40. x
  41. x
  42. x
  43. x
  44. x
  45. x
  46. x
  47. x